-- LuaPlayer Euphoria V2 By Zack --
-- If you find a bug with LuaPlayer Euphoria, Please submit to the official forums : http://www.retroemu.com/forumdisplay.php?f=148
-- Based on LuaPlayer v0.20 by Shine --

-- New Functions & Features List. Including Usage --
	
------- MP3 Functions ------------
	
initMP3() -- Call outside of loop
mp3Load(filename) -- Call outside of loop
mp3Play() -- Call outside of loop
mp3Stop() --Recommended to call this before using "mp3Free()"
mp3Pause()
mp3End() --Calls mp3Stop() & mp3Free()
mp3Free() --Do in a cleanup function (ie only call it once, when your finished playing the mp3)
mp3EndOfStream()
mp3GetTimeString(string) --Takes a string parementer

------- System Functions ----------

setCpuSpeed(value) --Availible options : 100, 222, 266, 333 - Integer Values Only
showFPS() -- Call before screen.waitVblankStart() --Will Show the current Frames Per Second in the top left corner.

------- Image Functions -----------

freeImage(image) --Do in a cleanup function (ie only call it once, when your finished displaying the image) - Do not use with collectGarbage()!!

------- System Functions -----------

systemQuit() -- Quits back to xmb

-------- Automatic Functions (Do not need calling) -------------

Image swizzling -- Automatic upon loading an image

-------- Help -----------

If you need help with using these features or LuaPlayer Euphoria in general 
please make a post at the official site : http://www.retroemu.com/forumdisplay.php?f=148
We will be glad to help :)